public class FileSize
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
FileSize()
Non instantiable Constructor
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
humanReadable(java.io.File file)
Convert file to a Human Readable size
|